home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / tess / tess-1.0 / pmm.h < prev    next >
Encoding:
Text File  |  1992-06-30  |  214 b   |  11 lines

  1. #import "aGroup-inter.h"
  2. #import "pm.h"
  3.  
  4. @interface pmm:pm
  5. - defaultConfig;
  6. - clip: (float) x : (float) y;
  7. - resizeGenerator;
  8. - makeLatticeUnitAt: (NXPoint *) point fromImage: srcimg;
  9. - (BOOL) isRigidLattice;
  10. @end
  11.